home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Library Hyper Card Templates / Oros / Stack-a-log / background_2755.txt < prev    next >
Encoding:
Text File  |  1987-10-02  |  4.5 KB  |  233 lines

  1. -- background: 2755 from stack: in
  2. -- bmap block id: 3381
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Stack-a-log
  6. ----- HyperTalk script -----
  7. on enterKey
  8.   domenu "new card"
  9.   put word 1 of the number of this card into field "card#"
  10. end enterKey
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: A004
  17. -- rect: left=466 top=104 right=135 bottom=508
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Menu
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   go to stack "Stackalog Menu"
  29. end mouseUp
  30.  
  31.  
  32.  
  33.  
  34. -- part 2 (button)
  35. -- low flags: 00
  36. -- high flags: A004
  37. -- rect: left=467 top=138 right=170 bottom=508
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Find
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   ask "I'm looking for..."
  49.   find it
  50. end mouseUp
  51.  
  52.  
  53.  
  54.  
  55. -- part 3 (button)
  56. -- low flags: 00
  57. -- high flags: A004
  58. -- rect: left=468 top=174 right=207 bottom=509
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Home
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   go to stack "home"
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 4 (button)
  75. -- low flags: 00
  76. -- high flags: 0004
  77. -- rect: left=468 top=210 right=243 bottom=509
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 32670 / 32670
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: 
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   show all cards
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 5 (field)
  94. -- low flags: 00
  95. -- high flags: 4000
  96. -- rect: left=51 top=86 right=104 bottom=441
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 0
  100. -- font id: 21
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: Title
  105.  
  106.  
  107. -- part 6 (field)
  108. -- low flags: 00
  109. -- high flags: 4000
  110. -- rect: left=63 top=107 right=125 bottom=441
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 0
  114. -- font id: 21
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: Author
  119.  
  120.  
  121. -- part 7 (field)
  122. -- low flags: 00
  123. -- high flags: 4000
  124. -- rect: left=69 top=128 right=145 bottom=441
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 0
  128. -- font id: 21
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: Subject
  133.  
  134.  
  135. -- part 8 (field)
  136. -- low flags: 00
  137. -- high flags: 4000
  138. -- rect: left=14 top=165 right=263 bottom=442
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 0 / 0
  141. -- text alignment: 0
  142. -- font id: 21
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: About this stack
  147.  
  148.  
  149. -- part 9 (field)
  150. -- low flags: 00
  151. -- high flags: 4000
  152. -- rect: left=68 top=273 right=289 bottom=441
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 0
  156. -- font id: 21
  157. -- text size: 10
  158. -- style flags: 0
  159. -- line height: 13
  160. -- part name: Source
  161.  
  162.  
  163. -- part 10 (field)
  164. -- low flags: 01
  165. -- high flags: 0004
  166. -- rect: left=465 top=24 right=41 bottom=506
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 0 / 0
  169. -- text alignment: 0
  170. -- font id: 21
  171. -- text size: 9
  172. -- style flags: 256
  173. -- line height: 12
  174. -- part name: Card#
  175.  
  176.  
  177. -- part 11 (button)
  178. -- low flags: 00
  179. -- high flags: 8004
  180. -- rect: left=466 top=73 right=102 bottom=508
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 1
  184. -- font id: 0
  185. -- text size: 12
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: Sort
  189. ----- HyperTalk script -----
  190. on mouseUp
  191.   ask "Sort on what field?"
  192.   sort by field it
  193. end mouseUp
  194.  
  195.  
  196.  
  197. -- part 12 (button)
  198. -- low flags: 00
  199. -- high flags: A004
  200. -- rect: left=468 top=245 right=276 bottom=509
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: Next
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   doMenu "next"
  212. end mouseUp
  213.  
  214.  
  215.  
  216. -- part 13 (button)
  217. -- low flags: 00
  218. -- high flags: A004
  219. -- rect: left=469 top=278 right=309 bottom=510
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 0 / 0
  222. -- text alignment: 1
  223. -- font id: 0
  224. -- text size: 12
  225. -- style flags: 0
  226. -- line height: 16
  227. -- part name: Prev
  228. ----- HyperTalk script -----
  229. on mouseUp
  230.   doMenu "prev"
  231. end mouseUp
  232.  
  233.